projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89cddd3
)
(load-with-code-conversion):
author
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Apr 1998 01:48:22 +0000
(
01:48
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Apr 1998 01:48:22 +0000
(
01:48
+0000)
Don't bind default-enable-multibyte-characters to t.
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index fde894ec484f3854152feb8f1c6d0edad09dc31d..4291ef9fb4b64565c45f097260892f0f7b8b7ed8 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-45,8
+45,7
@@
Return t if file exists."
(let* ((buffer
;; To avoid any autoloading, set default-major-mode to
;; fundamental-mode.
- (let ((default-major-mode 'fundamental-mode)
- (default-enable-multibyte-characters t))
+ (let ((default-major-mode 'fundamental-mode))
;; We can't use `generate-new-buffer' because files.el
;; is not yet loaded.
(get-buffer-create (generate-new-buffer-name " *load*"))))